# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1153.67.12 -> 1.1153.67.13 # arch/ia64/Kconfig 1.38.1.2 -> 1.38.1.3 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/08/28 tony.luck@intel.com 1.1153.67.13 # [PATCH] ia64: fix PM config option # # CONFIG_PM is set without a menu entry to turn it on/off. # -------------------------------------------- # diff -Nru a/arch/ia64/Kconfig b/arch/ia64/Kconfig --- a/arch/ia64/Kconfig Tue Sep 9 01:05:48 2003 +++ b/arch/ia64/Kconfig Tue Sep 9 01:05:48 2003 @@ -264,7 +264,7 @@ unsure, answer Y. config PM - bool + bool "Power Management support" depends on IA64_GENERIC || IA64_DIG || IA64_HP_ZX1 default y ---help---